home *** CD-ROM | disk | FTP | other *** search
/ IRIS Performer 2.2 Friends Demo / SGI IRIS Performer 2.2 Friends Demo.iso / friends / inventor / README.ObjToIv < prev    next >
Text File  |  1997-10-31  |  3KB  |  92 lines

  1. ___________________________________________________________________________
  2. ObjToIv version 1.0        7/26/95   Copyright (c) 1995 Abaco Systems, Inc.
  3. Call with questions    Tel: (510) 494-0690
  4. Fremont, CA, USA       Fax: (510) 494-0893  or  email: 3dsoftware@abaco.com
  5. ___________________________________________________________________________
  6.  
  7. ObjToIv converts Obj data files to Inventor 2.0 files.
  8.  
  9. NAME
  10.      ObjToIv [-a] [ -h ] [-q] [- | <infile> [outfile] ]
  11.  
  12. Where                                                                        
  13.    <infile>  
  14.    Wavefront (.obj) file to convert. If <infile> is absent or '-' input 
  15.    is taken from stdin.                                                               
  16.                                                                              
  17.    <outfile>                                                               
  18.    Inventor file. If <outfile> is absent output goes to stdout.              
  19.              
  20.    -a
  21.    Ignore separate the groups from the .OBJ file into separate objects
  22.    in the Inventor (.iv) file. Elements that are in more than one group
  23.    will be duplicated under the Inventor objects.
  24.    
  25.    -h                                                                        
  26.    Display the usage guide      
  27.  
  28.    -v 
  29.    Verbose: output processing information
  30.  
  31.    -q
  32.    Quiet mode - no errors reported
  33.  
  34. This translator converts Wavefront OBJ files into Inventor 2.0 files.
  35.  
  36. The translator will be bundled with SGI computers and available to SGI
  37. customers. It is a license from Acuris to SGI for use by SGI customers.
  38.  
  39.  
  40. Currently the following are handled.
  41.  
  42.   Polygonal Meshes
  43.   Groups (it works best if the groups are unique, polygons belonging
  44.           to more than one group will be duplicated in the Inventor file
  45.           This will be improved for the release version. )
  46.   Materials - Colors do come through as defined in the .mtl library.
  47.      Remember to set the WF_MTL_LIB environment variable to the location 
  48.      of the material library file used by the obj file.
  49.  
  50.  Textures - it is assumed the *.tex bitmap files 
  51.     have been converted to *.rgb files and the the WF_MTL_LIB environment 
  52.         variable has been set. 
  53.  
  54.  Smoothing groups in Wavefront are not converted into smoothing groups
  55.    in Inventor. Inventor's own smoothing algorithms are used.
  56.  
  57.  
  58. The translator has the following bugs:
  59.  
  60. 1. Curves and Surfaces are not translated yet. Will be done by
  61.    next release date (update).
  62.  
  63. The following is the output of ObjToIv -h
  64. ___________________________________________________________________________
  65. ObjToIv version 1.0        7/26/95   Copyright (c) 1995 Abaco Systems, Inc.
  66. Call with questions    Tel: (510) 494-0690
  67. Fremont, CA, USA       Fax: (510) 494-0893  or  email: 3dsoftware@abaco.com
  68. ___________________________________________________________________________
  69.  
  70. ObjToIv converts Obj data files to Inventor 2.0 files.
  71.  
  72. Synopsis:
  73.        ObjsToIv [-h] [-a] [-q] [-v] < infile> <outfile>
  74.  
  75. Where
  76.      <infile>
  77.      Obj data file with (.obj) to convert. If <infile> is absent then input is taken      from stdin.
  78.  
  79.     <outfile>
  80.     Inventor data file with (.iv).  If <outfile> is absent output goes to stdout.
  81.  
  82.     Options:
  83.         -h  Print program help information (this is it)
  84.  
  85.         -a  Do not separate the data by Wavefront groups
  86.  
  87.         -q  Quiet Mode: Do not output translation info or errors
  88.  
  89.         -v  Verbose output
  90.  
  91.  
  92.